var html/template.commentStart

3 uses

	html/template (current package)
		transition.go#L49: var commentStart = []byte("<!--")
		transition.go#L59: 		} else if i+4 <= len(s) && bytes.Equal(commentStart, s[i:i+4]) {
		transition.go#L323: 		if i+3 < len(s) && bytes.Equal(commentStart, s[i:i+4]) {